home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_bas / t2win_32.zip / _BITSTR.T2W < prev    next >
Text File  |  1996-05-14  |  602b  |  13 lines

  1. CreateBits : create a string with how many bits specified by a number
  2. FindBitReset : find the first bit 'reset' starting at a position
  3. FindBitSet : find the first bit 'set' starting at a position
  4. GetBit : check if a bit is 'set' or 'reset'
  5. GiveBitPalindrome : returns all chars on which bit (0=7, 1=6, 2=5, 3=4)
  6. IsBitPalindrome : check if a string is Bit palindrome
  7. ReverseAllBits : reverse all bits
  8. ReverseAllBitsByChar : reverse all bits by char
  9. SetAllBits : set all bits to 'set' or 'reset'
  10. SetBit : set a bit to 'set' or 'reset'
  11. ToggleAllBits : toggle all bits
  12. ToggleBit : toggle a bit
  13.